Welcome![Sign In][Sign Up]
Location:
Search - binary tree

Search list

[Data structsBinary-tree-traversal-algorithm

Description: 二叉树的遍历有常用的三种方法,分别是:先根次序、中根次序、后根次序。为了验证这几种遍历算法的区别,本次的实验将会实现所有的算法。 遍历的时候,把结点的信息打印出来,为了让结点的信息更容易区别,在每个结点前加上数字标识。如:data[1]=A,data[2]=B. 实现的算法皆为递归算法 -Binary tree traversal has used three methods, namely: first, the root sequence, the order of the root, root, after the order. In order to verify the difference between these types of traversal algorithm, this experiment will achieve all of the algorithms. Through time, to print out the information nodes, node information to make it easier for the difference, with each node before the digital ID. Such as: data [1] = A, data [2] = B. The algorithms are all recursive algorithm to achieve
Platform: | Size: 112640 | Author: yangkai | Hits:

[Data structsBinary-tree-traversal-structure

Description: 二叉树非递归遍历的源代码 数据结构实验 C语言编程-Binary tree traversal non-recursive data structure of the source code in C programming experiments
Platform: | Size: 16384 | Author: 格子 | Hits:

[Data structsbinary-tree

Description: 返回二叉树的根+返回树中某个结点的左孩子,若无则返回空+返回树中某个结点的双亲,如果是根结点,则返回空-Returns the binary tree root+ returns tree in a node of the left child, if there is no return null+ returns tree in a node s parents, if the root node, it returns null
Platform: | Size: 249856 | Author: | Hits:

[TreeViewbinary-tree

Description: 二叉树的实现,包括深度和广度遍历等基本功能-Binary tree implementations, including traversing the depth and breadth of the basic functions
Platform: | Size: 555008 | Author: 许靖 | Hits:

[Data structsbinary-tree

Description: 二叉树头文件操作,可以进行相关查找,删除-binary tree
Platform: | Size: 998400 | Author: 姜舒扬 | Hits:

[Data structsbinary-tree

Description: 二叉树,编写程序任意输入二叉树的结点个数和结点值,构造一棵二叉树,采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历并计算出二叉树的高度。-binary tree
Platform: | Size: 208896 | Author: ww | Hits:

[Data structsN-binary-tree-to-traverse

Description: 本程序用递归法遍历N叉树。可进行深度和广度遍历。 注: 按“/”键结束输入 如 2 1 3 / 6 / 9 / / / / 输入可得 深度遍历为21369,广度遍历为21369 最打节点个数为100个,且节点类型为字符型-This program using a recursive method to traverse N binary tree. For depth and the breadth traverse. Note: Press the "/" key input end if 2 1 3 / 6 / 9 / / / / Input available depth to traverse for 21369, breadth traverse for 21369 The number of the nodes in the most play for 100, and the node types for character type
Platform: | Size: 1024 | Author: | Hits:

[Data structsbinary-tree

Description: 非常不错的二叉树先序非递归建立程序,算法很强大,功能很全,说明也很详细。-a very good program for binary tree. the algorithm is very strong,and functions is all.
Platform: | Size: 19456 | Author: bjutqkleng | Hits:

[Data structsBinary-tree-to-traverse-the-code

Description: 二叉树操作源代码(建立,删除,添加,遍历等)-Binary tree to traverse the code
Platform: | Size: 126976 | Author: liulang | Hits:

[Data structsBinary-tree

Description: 二叉树的构造以及前序遍历,中序遍历等各种遍历算法-Binary tree structure as well as pre-order traversal, inorder traversal Binary And other traversal algorithm
Platform: | Size: 1024 | Author: 李娟 | Hits:

[Data structsCreate-binary-tree

Description: 如何在C环境中建立经典的二叉树递归算法。-How to create recursive establishment of a binary tree in C.
Platform: | Size: 1024 | Author: opsqcs | Hits:

[Data structsBinary-tree

Description: 二叉树的各种算法,包括二叉树的创建,插入,删除,求深度等-A variety of binary tree algorithm, including the creation of a binary tree, insert, delete, and depth,and so on
Platform: | Size: 2048 | Author: Loben | Hits:

[Data structsBinary-Tree

Description: 源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree
Platform: | Size: 1024 | Author: Jie Yu | Hits:

[Data structsBinary-Tree(new)

Description: 源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree
Platform: | Size: 1024 | Author: Jie Yu | Hits:

[Data structsbinary-tree

Description: 吴及老师数据结构基础课件,数与二叉树部分-Wu and teacher data structures courseware, and the number of binary tree part
Platform: | Size: 2706432 | Author: 柠溪 | Hits:

[Data structsbinary-tree

Description: 数据结构 二叉树的操作,可以对二叉树进行最基本的操作,先建立二叉树。-The operation of the binary tree, binary tree with the most basic operation, first create a binary tree.
Platform: | Size: 2048 | Author: prince | Hits:

[Data structsBinary-tree-traversal

Description: 二叉树遍历:构建一个二叉树,输出结点信息,二叉树前序遍历,中序遍历,后续遍历,层次遍历。-Binary Tree Traversal: build a binary tree, the output node information before, binary tree traversal in preorder traversal, the follow-up traverse the hierarchy traversal.
Platform: | Size: 642048 | Author: the spring | Hits:

[Data structsClassification-of-binary-tree

Description: 利用分类二叉树查找及堆排序实现学生成绩管理 -Classification of binary tree search and sort heap of student achievement management
Platform: | Size: 311296 | Author: the spring | Hits:

[Data structsBalanced-binary-tree

Description: 主要包括二叉树的建立和删除以及二叉树的一些基本操作:增加节点、删除节点和查找节点。-Balanced binary tree
Platform: | Size: 720896 | Author: wazr | Hits:

[Data structsBinary-tree--

Description: 通过C语言编写二叉树的建立和遍历,实现几种遍历。-Binary tree and the establishment of the traverse
Platform: | Size: 1024 | Author: | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net